Documents

This operation enables the Department to request documents uploaded by council on their IT system as part of the DA assessment.

path Parameters
DocID
required
string

The unique ID of the document to download

header Parameters
CouncilID
required
string

Used by the API gateway to route the request to the council's API endpoint

IdempotencyId
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Responses

Request samples

curl -i -X GET \
  https://api-uat.apps1.nsw.gov.au/planning/councils/v1/Documents/:DocID \
  -H 'CouncilID: string' \
  -H 'IdempotencyId: string'